dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlVector<T> Class / Equals Method / Equals(PgSqlVector<T>) Method

In This Topic
    Equals(PgSqlVector<T>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PgSqlVector(Of T) _
    ) As Boolean
    public bool Equals( 
       PgSqlVector<T> other
    )

    Parameters

    other
    See Also